Package com.seclore.fs.ws.client.config
Class WSClientConfig
java.lang.Object
com.seclore.fs.ws.client.config.WSClientConfig
This class takes configuration for WSClient
-
Constructor Summary
ConstructorsConstructorDescriptionWSClientConfig(com.seclore.fs.ws.client.resourcemanager.intf.IResourceManager pResourceManager, String pPolicyServerUrl) -
Method Summary
Modifier and TypeMethodDescriptionGet the Policy Server Urlcom.seclore.fs.ws.client.resourcemanager.intf.IResourceManager
-
Constructor Details
-
WSClientConfig
public WSClientConfig(com.seclore.fs.ws.client.resourcemanager.intf.IResourceManager pResourceManager, String pPolicyServerUrl)
-
-
Method Details
-
getPolicyServerUrl
Get the Policy Server Url- Returns:
-
getResourceManager
public com.seclore.fs.ws.client.resourcemanager.intf.IResourceManager getResourceManager()
-